home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - File Formats / background_2601.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  118 lines

  1. -- background: 2601 from stack: in
  2. -- bmap block id: 3217
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10. end openStack
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -- part 17 (button)
  18. -- low flags: 00
  19. -- high flags: 2000
  20. -- rect: left=228 top=317 right=337 bottom=255
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 21700 / 21700
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: New Button
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual dissolve slow to card
  32.   go to card id 7270 of stack "Technology Home Card"
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 23 (button)
  38. -- low flags: 00
  39. -- high flags: 8004
  40. -- rect: left=7 top=317 right=338 bottom=110
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: The System
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   push card
  52.   visual effect zoom open
  53.   go to card id 7270 of stack "Scanner Tech - System"
  54. end  mouseUp
  55.  
  56.  
  57. -- part 24 (button)
  58. -- low flags: 00
  59. -- high flags: 8004
  60. -- rect: left=119 top=317 right=338 bottom=222
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: How It Works
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   visual effect zoom open
  72.   go to card id 7270 of stack "Scanner Tech - Works"
  73. end mouseUp
  74.  
  75.  
  76.  
  77.  
  78. -- part 25 (button)
  79. -- low flags: 00
  80. -- high flags: 8004
  81. -- rect: left=263 top=317 right=338 bottom=366
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Scan. Concepts
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   push card
  93.   visual effect zoom open to card
  94.   go to card id 7270 of stack "Scanner Tech - Concepts"
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 27 (button)
  100. -- low flags: 00
  101. -- high flags: C004
  102. -- rect: left=376 top=317 right=338 bottom=505
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: File Formats
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   visual effect zoom open
  114.   set hilite of background button "File Formats" to true
  115.   go to card id 7270 of stack "Scanner Tech - File Formats"
  116. end mouseUp
  117.  
  118.